Int32NINumericInt32NLogicalOr Method
Computes the bitwise logical OR of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32N INumeric<Int32N>.LogicalOr(
Int32N value
)
Private Function LogicalOr (
value As Int32N
) As Int32N Implements INumeric(Of Int32N).LogicalOr
private:
virtual Int32N LogicalOr(
Int32N value
) sealed = INumeric<Int32N>::LogicalOr
private abstract LogicalOr :
value : Int32N -> Int32N
private override LogicalOr :
value : Int32N -> Int32N
- value Int32N
- The value with which to compute the logical bitwise OR.
Int32NThe bitwise logical OR of the current value and
value.
INumericTSelfLogicalOr(TSelf)